home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60750 / 60750.xpi / surfcanyon_sc.xpi / content / browserOverlay.xul next >
Extensible Markup Language  |  2009-11-12  |  486b  |  9 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://surfcanyon/content/sc.css" type="text/css"?> 
  3.  
  4. <overlay id="surfcanyon-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.     <statusbar id="status-bar">
  6.         <statusbarpanel status="1"  class="statusbarpanel-iconic" id="surfcanyon-status" onclick="window.openDialog('chrome://surfcanyon/content/status.xul', 'SC_Options', 'chrome, modal, dialog, centerscreen',window.document);" />
  7.     </statusbar>
  8. </overlay> 
  9.